home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / fweb / fweb-1.40 / boot / ibm / pc / builtins.mak < prev    next >
Encoding:
Text File  |  1993-10-29  |  776 b   |  41 lines

  1. # --- MAKE FILE FOR THE IBM-PC: BORLAND's Turbo C ---
  2.  
  3. # WARNING:  This file has not yet been updated for versin 1.21!
  4.  
  5. # --- Change a definition in the fundamental make file.
  6. @ = $<
  7.  
  8. MAKE = make
  9. HOME_MACHINE = IBMPC
  10. MACHINE = IBMPC
  11. FILE = .#
  12.  
  13. HWEB = hwe
  14.  
  15. COMPILER = CC
  16. compiler = cc
  17.  
  18. WARNINGS = -w-aus -w-par -w-pia -wrvl -wnod -wpro -wucp 
  19.  
  20. CC = tcc -c -mh -d $(WARNINGS) -Dibmpc -Dtcc -o$(@)
  21. LINK = tcc -mh -e$(@)$(LOAD_RATFOR)
  22. O = obj
  23. TERMCAP0 = termcap0.$(O)
  24. LIB =
  25. RM = del
  26. MV = rename
  27.  
  28. # --- The following are used for splitting apart FTANGLE.C and FWEAVE.C
  29. # into three bite-sized pieces. ---
  30. PART1 = /Dpart=1
  31. PART2 = /Dpart=2
  32. PART3 = /Dpart=3
  33.  
  34. FTANGLE2 = ftangle2.$(O)
  35. FTANGLE3 = ftangle3.$(O)
  36.  
  37. FWEAVE2 = fweave2.$(O)
  38. FWEAVE3 = fweave3.$(O)
  39.  
  40. RESERVED2 = reservd2.$(O)
  41.